ImagXpress® fires events to notify the application when an interesting change has occurred in the control. (See enumEventID for a list of ImagXpress events.)
- Each event within ImagXpress can be enabled or disabled, allowing the application control over which events are of interest. EventGetEnabled and EventSetEnabled methods allow the application to specify which events to enable.
- The Notify property enables and disables the Notify event. The NotifyDelay property and gets the time delay, in milliseconds, for a Notify event.
- The ProgressPct property specifies the frequency at which Progress events will occur.
See Also